home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
OS2
/
VCD10.ARJ
/
VCD.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-07-01
|
106b
|
7 lines
@echo off
vcdpgm %1 %2 > c:\vcdx.cmd
if errorlevel 1 goto end
call c:\vcdx.cmd
:end
del c:\vcdx.cmd